Skip to content

Add --find-renames and --find-copies to the diff command#115

Merged
ianthomas23 merged 3 commits intoQuantStack:mainfrom
SandrineP:diff_find
Mar 11, 2026
Merged

Add --find-renames and --find-copies to the diff command#115
ianthomas23 merged 3 commits intoQuantStack:mainfrom
SandrineP:diff_find

Conversation

@SandrineP
Copy link
Collaborator

Fix #88
Add --find-renames and --find-copies to the diff command

@codecov
Copy link

codecov bot commented Mar 4, 2026

Codecov Report

❌ Patch coverage is 89.58333% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 86.60%. Comparing base (1ab489a) to head (9f38625).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/subcommand/diff_subcommand.cpp 89.58% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #115      +/-   ##
==========================================
- Coverage   87.52%   86.60%   -0.92%     
==========================================
  Files          60       60              
  Lines        2420     2463      +43     
  Branches      290      304      +14     
==========================================
+ Hits         2118     2133      +15     
- Misses        302      330      +28     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@SandrineP SandrineP force-pushed the diff_find branch 4 times, most recently from 7e578d1 to c3b5ce4 Compare March 4, 2026 16:31
@ianthomas23 ianthomas23 added the enhancement New feature or request label Mar 5, 2026
@SandrineP SandrineP requested a review from JohanMabille March 9, 2026 10:04
Copy link
Member

@ianthomas23 ianthomas23 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've re-checked that both my and Johan's comments have been addressed, so let's merge.

@ianthomas23 ianthomas23 merged commit ae2bdc0 into QuantStack:main Mar 11, 2026
5 of 6 checks passed
@SandrineP SandrineP deleted the diff_find branch March 11, 2026 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement --find-renames and --find-copies in diff command

3 participants